home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / glknots.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-07  |  1.8 KB  |  49 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="glknots" _label="GLKnots">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
  9.           low="0" high="50000" default="30000"
  10.           convert="invert"/>
  11.  
  12.   <number id="speed" type="slider" arg="-speed %"
  13.           _label="Motion Speed" _low-label="Slow" _high-label="Fast"
  14.           low="0.01" high="5.0" default="1.0"/>
  15.  
  16.   <number id="segments" type="slider" arg="-segments %"
  17.           _label="Resolution" _low-label="Segmented" _high-label="Smooth"
  18.           low="100" high="2000" default="800"/>
  19.  
  20.   <number id="thickness" type="slider" arg="-thickness %"
  21.           _label="Thickness" _low-label="Thin" _high-label="Thick"
  22.           low="0.05" high="1.0" default="0.3"/>
  23.  
  24.   <select id="rotation">
  25.     <option id="no"  _label="Don't Rotate" arg-set="-no-spin"/>
  26.     <option id="x"   _label="Rotate around X axis" arg-set="-spin X"/>
  27.     <option id="y"   _label="Rotate around Y axis" arg-set="-spin Y"/>
  28.     <option id="z"   _label="Rotate around Z axis" arg-set="-spin Z"/>
  29.     <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
  30.     <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
  31.     <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
  32.     <option id="xyz" _label="Rotate around all three axes"/>
  33.   </select>
  34.  
  35.   <hgroup>
  36.    <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
  37.    <boolean id="wire"   _label="Wireframe" arg-set="-wireframe"/>
  38.   </hgroup>
  39.  
  40.   <hgroup>
  41.     <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
  42.   </hgroup>
  43.  
  44.   <_description>
  45. Generates some twisting 3d knot patterns.  Spins 'em around.
  46. Written by Jamie Zawinski.
  47.   </_description>
  48. </screensaver>
  49.